From: Debian LibreOffice Maintainers Date: Mon, 13 Jan 2025 22:18:17 +0000 (+0000) Subject: pdfium-m68k X-Git-Tag: archive/raspbian/1%7.0.4-4+rpi1+deb11u12^2~36 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=8346ffbb761bcbfa08528a2fad5f426c6fdb2060;p=libreoffice.git pdfium-m68k don't break pdfium build on m68k FIXME: Make this set by autoconf, most of the defines in build_config.h are not actually used anyway in pdfium... Gbp-Pq: Name pdfium-m68k.diff --- diff --git a/external/pdfium/configs/build_config.h b/external/pdfium/configs/build_config.h index ec93c278767..2e345d1a6b6 100644 --- a/external/pdfium/configs/build_config.h +++ b/external/pdfium/configs/build_config.h @@ -118,6 +118,9 @@ #define ARCH_CPU_ARM_FAMILY 1 #define ARCH_CPU_ARM64 1 #define ARCH_CPU_64_BITS 1 +#elif defined(__m68k__) +#define ARCH_CPU_M68K 1 +#define ARCH_CPU_32_BITS 1 #else #error Please add support for your architecture in build/build_config.h #endif